Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / SelectedValue Property

In This Topic
    SelectedValue Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the value of the SelectedItem, obtained by using ValueMemberPath.
    Syntax
    'Declaration
     
    
    Public Property SelectedValue As Object
    public object SelectedValue {get; set;}
    See Also